home *** CD-ROM | disk | FTP | other *** search
- Path: haapa.oulu.fi!not-for-mail
- From: tikarjal@haapa.oulu.fi (Timo Karjalainen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Error in RKM Libs 3rd Edition?
- Date: 14 Apr 1996 08:51:35 GMT
- Organization: University of Oulu
- Message-ID: <4kqean$78o@ousrvr3.oulu.fi>
- References: <4koga8$r26@ousrvr3.oulu.fi> <4kojl2$1f26@columba.udac.uu.se>
- NNTP-Posting-Host: haapa.oulu.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Kristofer Maad (m93kma@sabik.tdb.uu.se) wrote:
-
- : 0x1b is the ASCII code for ESC. The rawkey code is 69 decimal, which
- : is 0x45. Obviously, you're looking at vanilla codes here.
-
- Yes. Due to a programming error my RAWKEY handler got VANILLAKEY messages.
- A false alarm if anything.
-
- Don't laugh, but I think it could be more clearly stated in the RKM that
- even Esc is broadcast as vanilla. Well, it *does* say that "keys that map
- into single ASCII characters are sent as VANILLAKEY", but it wouldn't hurt
- to stress the fact that Return & *Esc* are considered ASCII here.
-
- Does anyone know what the ASCII control codes DC[1-4] (0x10-0x14) are?
-
-